1.0.24 • Published 7 days ago

@sovryn/ui v1.0.24

Weekly downloads
-
License
MIT
Repository
-
Last release
7 days ago

Sovryn UI library

yarn add @sovryn/ui
import '@sovryn/ui/dist/index.css';

import { Button } from '@sovryn/ui';

Development

Styles

Only use custom styles in *.module.css

Wrong usage:

<div className="p-3 text-blue">some text</div>

Correct:

# file: example.module.css
.example {
    @apply p-3 text-blue;
}

# component

import styles from './example.module.css';
....
<div className={styles.example}>some text</div>

While it will be working on development env classes p-3 text-blue will not be bundled to the production version of the library and stylings will not be applied to the app which uses ui library.

Classes put in the css modules will bundled as javascript file and imported to the app together with component.

1.0.24

7 days ago

1.0.23

2 months ago

1.0.22

5 months ago

1.0.19

6 months ago

1.0.18

7 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.9

10 months ago

1.0.21

6 months ago

1.0.20

6 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

8 months ago

1.0.12

9 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

0.0.13

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

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

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago