0.0.60 • Published 2 months ago

walls-io-storybook-components v0.0.60

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Walls.io storybook components

Consuming the package

Install the package:

npm install walls-io-storybook-components

Add css to App.js or global.css

import "walls-io-storybook-components/dist/index.css";

Import the components:

import { Input, Switch } from "walls-io-storybook-components";

const [checked, setChecked] = useState(false)

<Input
primary={true}
label="Primary Input"
iconBefore={SaveIcon}
onClick={() => console.log('Primary Input Clicked')}
/>
<Switch
    id={'switch'}
    checked={checked}
    onChange={() => setChecked(!checked)}
/>

Development

Install and run storybook:

npm install
npm run storybook

Storybook will be available at http://localhost:6006/
Details are in the introduction page of storybook.

0.0.60

2 months ago

0.0.59

4 months ago

0.0.58

4 months ago

0.0.57

5 months ago

0.0.56

5 months ago

0.0.41

7 months ago

0.0.42

7 months ago

0.0.43

7 months ago

0.0.44

7 months ago

0.0.45

7 months ago

0.0.46

7 months ago

0.0.47

7 months ago

0.0.51

7 months ago

0.0.52

7 months ago

0.0.53

7 months ago

0.0.54

7 months ago

0.0.55

5 months ago

0.0.50

7 months ago

0.0.48

7 months ago

0.0.49

7 months ago

0.0.40

7 months ago

0.0.39

7 months ago

0.0.38

7 months ago

0.0.37

7 months ago

0.0.36

7 months ago

0.0.35

7 months ago

0.0.34

7 months ago

0.0.33

7 months ago

0.0.32

7 months ago

0.0.31

7 months ago

0.0.30

7 months ago

0.0.29

7 months ago

0.0.28

7 months ago

0.0.27

7 months ago

0.0.26

7 months ago

0.0.25

7 months ago

0.0.24

7 months ago

0.0.23

7 months ago

0.0.22

7 months ago

0.0.21

7 months ago

0.0.20

7 months ago

0.0.19

7 months ago

0.0.18

8 months ago

0.0.17

8 months ago

0.0.16

8 months ago

0.0.15

8 months ago

0.0.14

8 months ago

0.0.13

8 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago