@lidofinance/lido-landing-ui
v1.4.0
Published
Components tailored for Lido's landing / marketing pages (banners, cards, tags, tooltips, typography, etc). One of the two current replacements for the deprecated [`@lidofinance/lido-ui`](https://www.npmjs.com/package/@lidofinance/lido-ui).
Readme
@lidofinance/lido-landing-ui
Components tailored for Lido's landing / marketing pages (banners, cards, tags, tooltips, typography, etc). One of the two current replacements for the deprecated @lidofinance/lido-ui.
Storybook: ui.lido.fi/lido-landing-ui
Install
yarn add @lidofinance/lido-landing-uiUsage
import { ThemeProvider, Button } from '@lidofinance/lido-landing-ui'
import '@lidofinance/lido-landing-ui/index.css'
function App() {
return (
<ThemeProvider>
<Button>Click me</Button>
</ThemeProvider>
)
}More
This package is part of the lidofinance/ui monorepo — see the repo README for the full package overview, theming, CSS variable customization, and contribution guide.
