1.1.18 • Published 4 years ago

@ismithi/ui-kit v1.1.18

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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 App

Developer commands

  • npm run storybook - start a storybook dev server
  • npm run build-storybook - create a static storybook bundle for deployment
1.1.18

4 years ago

1.1.16

4 years ago

1.1.17

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.1

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago