0.0.3 • Published 2 years ago
test-component-library-xyz v0.0.3
Test Component Library
React Component Library
Usage
import { ButtonPrimary } from 'test-component-library'
function HelloWorld() {
return <ButtonPrimary>Hello world!</ButtonPrimary>
}