1.0.7 • Published 3 years ago

ui-component-lib-react-vite v1.0.7

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

React + TypeScript + Vite

Install

First install

npm i ui-component-lib-react-vite

In one of your main application files import the theme, like this:

   import 'ui-component-lib-react-vite/theme'

Then use Prime React's Components.

import 'ui-component-lib-react-vite/theme'
import { Button } from 'primereact/button'

function App() {
  return (
    <>
     <Button label="Primary" raised />
      <Button label="Secondary" severity="secondary" raised />
      <Button label="Success" severity="success" raised />
      <Button label="Info" severity="info" raised />
      <Button label="Warning" severity="warning" raised />
      <Button label="Help" severity="help" raised />
      <Button label="Danger" severity="danger" raised />
      <Button label="Secondary" severity="secondary" rounded />
    </>
  )
}

export default App
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.0

3 years ago