1.51.0 ā€¢ Published 2 days ago

@ultraviolet/ui v1.51.0

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

Ultraviolet UI

npm version

Ultraviolet UI is a set of React components and utilities to build fast application.

Installation

$ pnpm add @ultraviolet/ui @emotion/react @emotion/styled

You will also need to import fonts in your project by adding:

<link
  href="https://fonts.cdnfonts.com/css/inter?styles=29139,29137,29140"
  rel="stylesheet"
/>
<link
  href="https://fonts.cdnfonts.com/css/jetbrains-mono-2?styles=156604"
  rel="stylesheet"
/>
<link
  href="https://fonts.cdnfonts.com/css/space-grotesk?styles=24816,24815"
  rel="stylesheet"
/>

Usage

import { Global, ThemeProvider, css } from '@emotion/react'
import { Button, normalize, theme } from '@ultraviolet/ui'

const App = () => (
  <ThemeProvider theme={theme}>
    <Global
      styles={css`
        ${normalize()}
      `}
    />
    <Button onClick={() => console.log('clicked')}>Click Me</Button>
  </ThemeProvider>
)

N.B. To allow typescript theme typings with @emotion/styled components, you'll have to define the @emotion/react module Theme interface in your project.

Example, in a emotion.d.ts file:

  • Declaration to use the default Ultraviolet Themes
import '@emotion/react'
import type { UltravioletUITheme } from '@ultraviolet/ui'

declare module '@emotion/react' {
  export interface Theme extends UltravioletUITheme {}
}
  • Declaration to use your custom theme
import '@emotion/react'
import type { MyTheme } from './src/theme'

declare module '@emotion/react' {
  export interface Theme extends MyTheme {}
}

Documentation

Checkout our documentation website.

Contributing

šŸ“ You can participate in the development and start contributing to it.

1.51.0

2 days ago

1.50.0

2 days ago

1.49.0

3 days ago

1.48.1

7 days ago

1.48.0

8 days ago

1.47.1

16 days ago

1.47.0

16 days ago

1.46.0

22 days ago

1.45.6

23 days ago

1.45.5

24 days ago

1.45.4

24 days ago

1.45.3

27 days ago

1.45.2

27 days ago

1.45.1

29 days ago

1.45.0

1 month ago

1.44.0

1 month ago

1.43.2

1 month ago

1.43.1

2 months ago

1.42.0

2 months ago

1.43.0

2 months ago

1.41.1

2 months ago

1.41.0

2 months ago

1.40.1

2 months ago

1.40.0

2 months ago

1.39.0

2 months ago

1.38.0

2 months ago

1.37.1

2 months ago

1.37.0

2 months ago

1.36.0

2 months ago

1.35.0

3 months ago

1.34.0

3 months ago

1.33.0

3 months ago

1.32.1

3 months ago

1.32.2

3 months ago

1.32.0

3 months ago

1.31.7

3 months ago

1.31.5

3 months ago

1.31.6

3 months ago

1.31.3

3 months ago

1.31.4

3 months ago

1.31.2

3 months ago

1.31.1

3 months ago

1.31.0

4 months ago

1.30.0

4 months ago

1.29.4

4 months ago

1.29.3

4 months ago

1.29.2

4 months ago

1.29.1

4 months ago

1.29.0

4 months ago

1.28.0

5 months ago

1.27.3

5 months ago

1.2.0

10 months ago

1.14.0

8 months ago

1.18.1

7 months ago

1.18.0

7 months ago

1.16.0

7 months ago

1.8.2

9 months ago

1.8.1

9 months ago

1.4.5

10 months ago

1.8.0

9 months ago

1.4.4

10 months ago

1.6.1

10 months ago

1.4.3

10 months ago

1.6.0

10 months ago

1.4.2

10 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.21.0

6 months ago

1.21.1

6 months ago

1.25.0

6 months ago

1.23.0

6 months ago

1.27.2

5 months ago

1.27.0

5 months ago

1.27.1

5 months ago

1.11.0

8 months ago

1.15.0

8 months ago

1.1.1

10 months ago

1.13.1

8 months ago

1.11.2

8 months ago

1.11.1

8 months ago

1.19.0

7 months ago

1.17.0

7 months ago

1.15.1

8 months ago

1.9.0

8 months ago

1.7.0

10 months ago

1.5.0

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.20.1

7 months ago

1.22.0

6 months ago

1.20.2

6 months ago

1.20.0

7 months ago

1.24.1

6 months ago

1.26.0

6 months ago

1.24.2

6 months ago

1.24.0

6 months ago

1.26.1

5 months ago

1.26.2

5 months ago

1.8.4

8 months ago

1.8.3

9 months ago

1.4.7

10 months ago

1.10.1

8 months ago

1.10.0

8 months ago

1.1.0

10 months ago

1.0.0

11 months ago