1.5.33 • Published 1 year ago

react-ts-comp-tools v1.5.33

Weekly downloads
30
License
MIT
Repository
github
Last release
1 year ago

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

yarn dist

Compiles components to the dist folder for further publishing .

Installation

UI library is available as an npm package.

// with npm
npm install react-ts-comp-tools

// with yarn
yarn add react-ts-comp-tools

How to use

import React from "react";
import ReactDOM from "react-dom";
import { ThemeProvider } from "react-ts-comp-tools/dist/styled-components";
import { theme } from "react-ts-comp-tools/dist/theme";
import { Button } from "react-ts-comp-tools/dist";

function App() {
  return (
    <ThemeProvider theme={theme}>
      <Button primary variant="contained">
        Styled button
      </Button>
    </ThemeProvider>
  );
}

ReactDOM.render(<App />, document.querySelector("#app"));
1.5.33

1 year ago

1.5.30

2 years ago

1.5.32

2 years ago

1.5.31

2 years ago

1.5.9

2 years ago

1.5.8

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.10

2 years ago

1.5.12

2 years ago

1.5.11

2 years ago

1.5.14

2 years ago

1.5.13

2 years ago

1.5.16

2 years ago

1.5.18

2 years ago

1.5.17

2 years ago

1.5.21

2 years ago

1.5.20

2 years ago

1.5.23

2 years ago

1.5.22

2 years ago

1.5.24

2 years ago

1.5.0

4 years ago

1.4.6

4 years ago

1.4.9

4 years ago

1.4.8

4 years ago

1.4.5

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.7

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.5

4 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.1.1

5 years ago

1.0.0

5 years ago