1.2.1 • Published 5 years ago

stech-ui-library v1.2.1

Weekly downloads
28
License
ISC
Repository
-
Last release
5 years ago

CircleCI

Available components

Available themes

  • Base
  • SpaceCasino
  • Casimoto

Usage

import { ThemeProvider } from "styled-components";
import { Theme, Button } from "stech-ui-library";

function App() {
  return (
    <ThemeProvider theme={Theme.spacecasino}>
      <Button title="" onClick={() => {}}>
        My Button
      </Button>
    </ThemeProvider>
  );
}

start dev runtime

npm run start

deploy npm package

npm run publish

1.2.1

5 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago