0.0.14 • Published 8 months ago

@lism-ui/core v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Installation

For details, see Docs

1. Installation

npm i @lism-ui/core

or

pnpm add @lism-ui/core

2. Loading CSS

Please import CSS as a global style.

import '@lism-ui/core/css/all.css';

(For example, if it is Next.js, load it with _app.js or layout.js.)

For HTML sites, you can also load CSS via CDN.

<link href="https://cdn.jsdelivr.net/npm/@lism-ui/core/dist/css/all.css" rel="stylesheet" />

3. Using Components

import { Box, Text, ... } from '@lism-ui/core';

// ...
<Box p={20} bgc="base-2">
	<Text fz="l">Lorem ipsum text...</Text>
</Box>
// ...

include package

© Phosphor Icons Website: https://phosphoricons.com/ Source: https://github.com/phosphor-icons License: MIT License, https://opensource.org/licenses/MIT

0.0.10

2 years ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

8 months ago

0.0.14

8 months ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago