@apx-ui/ds
v0.0.5
Published
Themable, RTL-ready, fully overridable React component library
Readme
@apx-ui/ds
Themable, RTL-ready, fully overridable React component library.
pnpm add @apx-ui/dsimport { ThemeProvider, Button } from '@apx-ui/ds';
export function App() {
return (
<ThemeProvider>
<Button>Hello, world</Button>
</ThemeProvider>
);
}