Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

CityOfPhiladelphia/phila-ui-storybook

Repository files navigation

phila-ui

City of Philadelphia Vue UI Components

Install

  • Clone the repository
  • Run cd phila-ui-storybook
  • Run npm install
  • Run npm run storybook
  • Navigate to the printed local URL.

Add new component

  • Go to index.stories.js
  • Copy and paste and existing .add() method under storiesOf()
  • Update add() method with new component information

LICENSE

MIT