vanilla-extract-test
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

Vanilla extract test

How to use

import 'vanilla-extract-test/styles';
import { Button, DesignProvider } from 'vanilla-extract-test';

export function App(): JSX.Element {
  return (
    <DesignProvider>
      <Button type="secondary">Button</Button>
    </DesignProvider>
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i vanilla-extract-test

Weekly Downloads

1

Version

0.5.0

License

MIT

Unpacked Size

4.55 kB

Total Files

10

Last publish

Collaborators

  • nieknijland