Docs
Index - DShapes
Index - DShapes
How to install dicons and download icons for your app.
This site is a work in progress. If you see dummy text on a page, it means I'm still working on it. You can follow updates on Twitter @designali_in.
Example
import { Abstract } from 'dshapes';
// Usage
const App = () => {
return <Abstract index={1} />;
};
export default App;