README
@carecar-ds/text
Welcome to my Text component.
Installation
npm i @carecar-ds/text
# or with yarn
yarn add @carecar-ds/text
Then to use the component in your code just import it!
import { H1, Text } from '@carecar-ds/text';
Welcome to my `Text` component.
<script type="module">
import carecarDsText from 'https://cdn.skypack.dev/@carecar-ds/text';
</script>
Welcome to my Text component.
npm i @carecar-ds/text
# or with yarn
yarn add @carecar-ds/text
Then to use the component in your code just import it!
import { H1, Text } from '@carecar-ds/text';