icecreamd
v0.4.15-beta
Published
A simple React UI Components library and create enjoyabled fontend work.
Downloads
18
Maintainers
Readme
Icecream Design
A simple React UI Components library and create enjoyabled fontend work.
📦 Install
npm install icecreamd
# or
yarn add icecreamd
🔨 Usage
// import your wanted components
import { Button } from 'icecreamd';
// import css
import 'icecreamd/lib/Button/style/index.css';
<Button type="primary">
Getting Start
</Button>
Environment Support
Modern browsers and Internet Explorer 11 (with polyfills) Server-side Rendering Electron
| IE / Edge | Firefox /Chrome | Safari | Electron | | :-------- | :-------------- | :-------------- | :-------------- | | IE11,Edge | last 2 versions | last 2 versions | last 2 versions |