0.1.31 • Published 30 days ago

@poap/poap-components v0.1.31

Weekly downloads
-
License
MIT
Repository
github
Last release
30 days ago

@poap/poap-components

@poap/poap-components is a collection of reusable styles and components for building POAP specific applications. The library includes a variety of components such as text, buttons, forms, and layouts with the latest POAP style.

Hosted examples: https://poap-xyz.github.io/poap-components/

Requirements

  • Core-js (if using Vite)

Installation

You can install @poap/poap-components via npm:

npm install @poap/poap-components

Usage

You can use components like this

import { Button } from '@poap/poap-components'

function MyPage() {
    return (
        <Button>Click me!</Button>
    )
}

Making changes

To start using this library, first run the following command to install the necessary dependencies:

npm i

Once the installation is complete, run the following command to start the development server:

npm start

This will start a local instance of Storybook, where you can view and interact with the library's components.

To sumbit a change:

  • edit the components in the src/components folder
  • increment the version number in package.json
  • commit and push your feature branch

Modifying Components/Modules

If you need to make changes to a component, navigate to the relevant file in src/components/ and modify or add it as needed. Take a look in the Button folder for file and folder structure.

Note: When adding or exporting new components, make sure to do so in the appropriate index.js file.

Creating Stories

If new components are created make sure to also create a story to showcase it in Storybook. To do this, create a new story file in the component folder and use the title tag to properly add the story to the right section, heading, or chapter. For example:

export default {
  title: 'Form fields/Atoms/Button',
  component: Button,
};

This will add the Button component to the "Form fields" section, under the "Atoms" heading.

Once you have created your story, it will automatically be added to the Storybook UI, where you can view it and make sure it is working as intended.

0.1.30

30 days ago

0.1.31

30 days ago

0.1.29

30 days ago

0.1.27

3 months ago

0.1.28

3 months ago

0.1.26

4 months ago

0.1.23

4 months ago

0.1.24

4 months ago

0.1.25

4 months ago

0.1.22

5 months ago

0.0.84

10 months ago

0.0.85

10 months ago

0.0.86

10 months ago

0.0.87

10 months ago

0.0.89

10 months ago

0.0.80

10 months ago

0.0.81

10 months ago

0.0.82

10 months ago

0.0.83

10 months ago

0.0.73

11 months ago

0.0.74

11 months ago

0.0.75

10 months ago

0.0.76

10 months ago

0.0.77

10 months ago

0.0.78

10 months ago

0.0.79

10 months ago

0.0.70

11 months ago

0.0.71

11 months ago

0.0.72

11 months ago

0.0.66

11 months ago

0.0.67

11 months ago

0.0.68

11 months ago

0.0.69

11 months ago

0.1.20

7 months ago

0.1.21

6 months ago

0.1.16

7 months ago

0.1.17

7 months ago

0.1.18

7 months ago

0.1.19

7 months ago

0.1.10

8 months ago

0.1.11

8 months ago

0.1.12

8 months ago

0.1.13

8 months ago

0.1.14

7 months ago

0.1.15

7 months ago

0.1.0

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.9

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.0.95

9 months ago

0.0.96

9 months ago

0.0.97

9 months ago

0.0.98

9 months ago

0.0.99

9 months ago

0.0.90

9 months ago

0.0.91

9 months ago

0.0.92

9 months ago

0.0.93

9 months ago

0.0.94

9 months ago

0.0.62

11 months ago

0.0.63

11 months ago

0.0.64

11 months ago

0.0.65

11 months ago

0.0.60

11 months ago

0.0.61

11 months ago

0.0.59

11 months ago

0.0.58

11 months ago

0.0.40

12 months ago

0.0.41

12 months ago

0.0.42

12 months ago

0.0.43

12 months ago

0.0.44

11 months ago

0.0.45

11 months ago

0.0.46

11 months ago

0.0.47

11 months ago

0.0.37

12 months ago

0.0.38

12 months ago

0.0.39

12 months ago

0.0.30

12 months ago

0.0.31

12 months ago

0.0.33

12 months ago

0.0.34

12 months ago

0.0.35

12 months ago

0.0.36

12 months ago

0.0.26

1 year ago

0.0.27

12 months ago

0.0.28

12 months ago

0.0.29

12 months ago

0.0.51

11 months ago

0.0.52

11 months ago

0.0.53

11 months ago

0.0.54

11 months ago

0.0.56

11 months ago

0.0.57

11 months ago

0.0.50

11 months ago

0.0.49

11 months ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago