sore-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Sore UI

Sore UI is a simple ui library for your react app.

Installation

npm install sore-ui

or

yarn add sore-ui

Usage

import { Button } from "sore-ui";

function Component() {
  return <Button mb="10px">Button</Button>;
}

Use default theme

// In your app.jsx
import { ThemeProvider } from "@xstyled/styled-components";
import { defaultTheme, GlobalStyle } from "sore-ui";
// ...

ReactDOM.render(
  document.getElementById("root"),
  <ThemeProvider theme={defaultTheme}>
    <GlobalStyle />
    <App />
  </ThemeProvider>,
);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU GPLv3

Package Sidebar

Install

npm i sore-ui

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

191 kB

Total Files

7

Last publish

Collaborators

  • asharimh97