0.0.14 • Published 9 months ago

rolec-ui v0.0.14

Weekly downloads
-
License
-
Repository
-
Last release
9 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

9 months ago

0.0.13

9 months ago

0.0.14

9 months ago

0.0.10

9 months ago

0.0.11

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

1.0.0

2 years ago