0.0.35 • Published 11 months ago

@swayui/sway-ui v0.0.35

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

🎨 The React UI library for SaaS built with Chakra UI

License: MIT Npm package version


:cloud: Installation

Install first Chakra UI :

npm install @chakra-ui/react @emotion/react @emotion/styled framer-motion @heroicons/react

or

yarn add @chakra-ui/react @emotion/react @emotion/styled framer-motion @heroicons/react

And then install SwayUI :

npm install @swayui/sway-ui 

or

yarn add @swayui/sway-ui 

:rocket: Usage

import { SwayProvider, theme, DotBadge } from "@swayui/sway-ui";

function App() {
  return (
    <SwayProvider theme={theme}>
      <DotBadge colorScheme={'green.300'} size={'sm'} text={'Active'}/>
    </SwayProvider>
  );
}

:raised_hands: Documentation

Documentation

Documentation and examples are available here : Example of use

:mag_right: Credits

sway-ui is a library of Clément de Louvencourt

Special thanks to:

  • Your name here ?
0.0.33

11 months ago

0.0.34

11 months ago

0.0.35

11 months ago

0.0.32

11 months ago

0.0.31

11 months ago

0.0.30

11 months ago

0.0.29

11 months ago

0.0.28

11 months ago

0.0.27

11 months ago

0.0.26

11 months ago

0.0.25

11 months ago

0.0.24

11 months ago

0.0.23

11 months ago

0.0.22

11 months ago

0.0.21

11 months ago

0.0.20

11 months ago

0.0.19

11 months ago

0.0.18

11 months ago

0.0.17

11 months ago

0.0.16

11 months ago

0.0.15

11 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago