0.7.5 • Published 3 years ago

@lieinapril/utente-text v0.7.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@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>
  );
}
0.7.5

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.1.0

3 years ago