0.1.2 • Published 6 years ago

semantic-ui-react-single v0.1.2

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

Installation

npm install semantic-ui-react-single

or

yarn add semantic-ui-react-single

Description

This package gives you convenient way to import semantic-ui-react components one-by-one. For example:

import { Menu } from 'semantic-ui-react-single/Menu'
import { Dropdown } from 'semantic-ui-react-single/Dropdown'
import { Segment } from 'semantic-ui-react-single/Segment'

Each component includes an import of corresponding CSS file, thus you have to have a loader to handle it.

Also, each component have TypeScript declaration.

In order to make this package work properly, you have to import module with the common CSS:

import 'semantic-ui-react-single/css'
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago