0.5.0 • Published 2 years ago

vanilla-extract-test v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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>
  );
}
0.4.5

2 years ago

0.4.4

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago