Gyri Web UI ComponentsOn this pageGyri Web UI ComponentsGetting StartedInstallation$ npm install @gyri/web-ui-componentsHow to useimport React from 'react';import {Card} from '@gyri/web-ui-components';const Example = () => { return (<Card/>);};export default Example;