1.4.14 • Published 10 days ago

visits-style v1.4.14

Weekly downloads
139
License
Apache-2.0
Repository
github
Last release
10 days ago

release license bundle size

VISITS Technologiesのreactデザインコンポーネント

Getting Started

npm install --save react react-dom styled-components visits-style

yarnでもできます

yarn add react react-dom styled-components visits-style

Dependencies

  • React, React-dom(^18.2.0)
  • styled-components(^6.0.2)

Example

// index.tsx
import * as React from 'react';
import * as reactDOM from 'react-DOM';
import { ThemeProvider } from 'styled-components';
import { Button, defaultTheme } from 'visits-style';

function App() {
  return (
    <ThemeProvider theme={defaultTheme}>
      <Button>Hello World!</Button>
    </ThemeProvider>
  )
}

const rootElement = document.getElementById('root')!;
const root = reactDOM.createRoot(rootElement);
root.render(<App />);

Docs

1.4.14

10 days ago

1.4.13

2 months ago

1.4.12

3 months ago

1.4.6

8 months ago

1.4.5

8 months ago

1.4.4

8 months ago

1.4.3

9 months ago

1.4.2

9 months ago

1.4.1

9 months ago

1.4.0

9 months ago

1.4.0-1

9 months ago

1.4.9

7 months ago

1.4.11

6 months ago

1.4.8

8 months ago

1.4.10

7 months ago

1.4.7

8 months ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

3 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-alpha.13

4 years ago

1.0.0-alpha.12

4 years ago

1.0.0-alpha.11

5 years ago

1.0.0-alpha.10

5 years ago

1.0.0-alpha.9

5 years ago

1.0.0-alpha.8

5 years ago

1.0.0-alpha.7

5 years ago

1.0.0-alpha.6

5 years ago

1.0.0-alpha.5

5 years ago

1.0.0-alpha.4

5 years ago