0.0.14 • Published 8 months ago

rolec-ui v0.0.14

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

Rolec-UI

Rolec-UI is a UI component library designed to help you build modern and responsive web applications with ease.

Development

To work on the UI, clone the repository.

Adding a New Component

To add a new component, create a folder in the /lib directory following the principles of atomic design.

Each component folder should include the following files:

  • ComponentName.tsx - The component itself.
  • ComponentName.test.tsx - Component testing.
  • ComponentName.stories.tsx - The Storybook story.

Example structure:

/lib
  /atoms
    /ComponentName
      - ComponentName.tsx
      - ComponentName.test.tsx
      - ComponentName.stories.tsx

Usage

You can use rolec-ui via npm:

npm install rolec-ui

To add the styles provided by rolec-ui, add the following import to your main CSS file:

@import "rolec-ui/dist/style.css";
0.0.12

8 months ago

0.0.13

8 months ago

0.0.14

8 months ago

0.0.10

8 months ago

0.0.11

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

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago

1.0.0

1 year ago