1.1.30 • Published 3 years ago

sonwan-rn v1.1.30

Weekly downloads
121
License
MIT
Repository
github
Last release
3 years ago

sonwan

🚀 Quick start

  1. Start developing.

    Navigate into your new site’s directory and start it up.

    yarn start

Getting started with SonWan UI

Inside your React project directory install SonWan UI by running the following

npm i sonwan-ui

# or

yarn add sonwan-ui

Then import the css styling and js components by including this code in your js/tsx file

import "sonwan-ui/build/style.min.css";
import SonWan from "sonwan-ui";

To use it, just simply render the component in your render function

const { Input, Switch, Card, CardItem, ListItem } = SonWan;
return (
  <>
    <Input placeholder="Search In Codesandbox" />
    <Card>
      <CardItem
        title="Yuzuha Usagi"
        subtitle="0821 - 7654 - 3210"
      />
    </Card>
  </>
);

Demo

Demo: CodeSandbox

Demo Chat UI: SonWan Chat UI Code: SonWan Chat Github

React Native Support

Please check out https://github.com/Drzaln/SonWanUI-RN

1.1.29

3 years ago

1.1.28

3 years ago

1.1.30

3 years ago

1.1.27

3 years ago

1.1.26

3 years ago

1.1.25

3 years ago

1.1.24

3 years ago

1.1.23

3 years ago

1.1.22

3 years ago

1.1.21

3 years ago

1.1.20

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

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