@lidofinance/theme
TypeScript icon, indicating that this package has built-in type declarations

2.7.0 • Public • Published

Themes

Styled Components themes and provider for Lido Finance projects. Part of Lido UI Components

Install

yarn add @lidofinance/theme

Usage

import React from 'react'
import ReactDOM from 'react-dom'
import { ThemeProvider, themeLight, themeDark } from '@lidofinance/theme'

import { App } from './App'

ReactDOM.render(
  <ThemeProvider theme={themeDark}>
    <App />
  </ThemeProvider>,
  document.getElementById('root')
)

Check out our Storybook at https://ui.lido.fi

Package Sidebar

Install

npm i @lidofinance/theme

Weekly Downloads

3,297

Version

2.7.0

License

MIT

Unpacked Size

69.3 kB

Total Files

55

Last publish

Collaborators

  • lidofinance-ui
  • lidofinance-group