1.1.18 • Published 5 years ago

@ismithi/ui-kit v1.1.18

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.1.16

5 years ago

1.1.17

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.1

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago