@ultraviolet/plus
v3.0.0
Published
Ultraviolet Plus
Readme
Ultraviolet Plus
We are going to make breaking changes regularly until the first version is released.
Ultraviolet Plus is a set of complex components that are built on top of Ultraviolet UI.
Get Started
$ pnpm add @ultraviolet/ui @ultraviolet/plusUsage
In order for the library to work you will need to import both Ultraviolet UI and Ultraviolet Plus styles in your project.
import { ThemeProvider } from '@ultraviolet/ui'
import { normalize, theme } from '@ultraviolet/ui'
import { ContentCard } from '@ultraviolet/plus'
import '@ultraviolet/ui/styles'
import '@ultraviolet/plus/styles'
const App = () => (
<ThemeProvider theme={theme}>
<Global
styles={css`
${normalize()}
`}
/>
<ContentCard title="Welcome on Ultraviolet Plus" />
</ThemeProvider>
)Documentation
Checkout our documentation website.
Contributing
📝 You can participate in the development and start contributing to it.
