@lieinapril/utente-text
v0.7.5
Published
Basic text writing, including headings, body text, lists, and more.
Downloads
2
Readme
@lieinapril/utente-text
Neumorphism - Basic text writing, including headings, body text, lists, and more.
Documentation
Refer to the following storybook.
Installation
Install guide
npm install @lieinapril/utente-text
Usage
import { Text } from '@lieinapril/utente-text';
const Example = () => {
return (
<div style={{ backgroundColor: "#eeeeee" }}>
<Text theme="light" code>
Code Text
</Text>
</div>
);
}