Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.19 KB

README.md

File metadata and controls

52 lines (41 loc) · 1.19 KB

Topcoat Preact Components

Preact components implementing Topcoat components

Demos and API:

Components:

  • Button
  • Button Bar
  • Large Button Bar
  • Quiet Button
  • Large Button
  • Large Quiet Button
  • Call To Action Button
  • Large Call To Action Button
  • Checkbox
  • Icon Button
  • Quiet Icon Button
  • Large Icon Button
  • Large Quiet Icon Button
  • List
  • Navigation Bar
  • Notification
  • Radio Button
  • Range
  • Search Input
  • Large Search Input
  • Switch
  • Tab Bar
  • Text input
  • Large Text Input
  • Textarea
  • Large Textarea

Workflow

To run the Storybook in dev mode:

  • npm start
  • Then open http://localhost:9001/ in a browser

Before committing changes

Before committing any changes, the project must be built to the docs directory, which will be published at [phonegap.com/topcoat-preact][storybook]

  • npm run build to build the components into dist
  • git add . && git commit && git push or whatever your git workflow is...