1.1.18 • Published 6 years ago
@ismithi/ui-kit v1.1.18
UI kit
A set of React components and utilities made with @material-ui/styles.
Installation
npm i @ismithi/ui-kit
Usage
Wrap your app with ThemeProvider:
import ThemeProvider from "@ismithi/ui-kit/styles/ThemeProvider"
import defaultTheme from "@ismithi/ui-kit/styles/themes/defaultTheme";
function App() {
return (
<ThemeProvider theme={defaultTheme}>
<MyComponents/>
</ThemeProvider>
)
}
export default App Then use components in your app:
import React from 'react'
import Button from "@ismithi/ui-kit/components/Button"
function App() {
return (
<Button>Press me</Button>
)
}
export default AppDeveloper commands
npm run storybook- start a storybook dev servernpm run build-storybook- create a static storybook bundle for deployment
1.1.18
6 years ago
1.1.16
6 years ago
1.1.17
6 years ago
1.1.15
6 years ago
1.1.14
6 years ago
1.1.13
6 years ago
1.1.12
6 years ago
1.1.11
6 years ago
1.1.10
6 years ago
1.1.9
6 years ago
1.1.8
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.1
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.0
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago