The best way to include react-sheikah-ui
is via the npm
package which you can install with npm
(or yarn
if
you prefer).
npm install react-sheikah-ui
# or
yarn add react-sheikah-ui
To use these components, first import StyleWrapper
and use it to wrap your page or your app.
import { StyleWrapper } from "react-sheikah-ui";
<StyleWrapper theme="dark">
<YourApp />
</StyleWrapper>;
More detail of the the components can be found in the documentation
This project was bootstrapped with TSDX.