@pyramide/py-react-components

Pyramide React components with storybook.

Usage no npm install needed!

<script type="module">
  import pyramidePyReactComponents from 'https://cdn.skypack.dev/@pyramide/py-react-components';
</script>

README

Pyramide

Pyramide React component library.

For internal purpose only

Get Started

import {...} from '@pyramide/py-react-components'

Development and Storybook

You can easily develop and interact with your components by using Storybook. To run the local server, simply run:

$ npm i
$ npm run storybook

Navigate to http://localhost:9001 to view your stories. They should automatically update as you develop.

Storybook will pick up any story from the stories.js file in a component folder.

Generate a new component with https://github.com/diegohaz/generact