1.0.0 • Published 2 years ago

suave-ui v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Suave UI

A library of elegant React components.

Installation

Please note that react and react-dom are peer dependencies. Hence, you should install them before installing Suave UI.

Install the package in your project directory with:

npm install suave-ui

Available components

  • TextArray

Usage

import { TextArray } from "suave-ui";

function App() {
  return (
    <TextArray
      baseColorMode="COMPLEMENTARY"
      displaySize="MEDIUM"
      displayState="STATIC"
      startAngle={0}
      textColor="#3b82f6"
      textList={[
        'Hello world',
        'Glad to have you onboard'
      ]}
    />
  );
}

export default App;

License

This project is licensed under the terms of the MIT license.

1.0.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago