0.1.3 • Published 7 months ago

@sagtech/sagtech-ui v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Welcome to the sagtech-ui design repository! Dive into an ocean of meticulously crafted styles and components that power our applications at SagTech. Every component in this library ensures not just functionality but also the aesthetics that resonate with our brand. Best part? We believe in the power of community and sharing. So, these designs and components are open and free for everyone to use and adapt. Let's build beautiful things together!

Installation

Sagtech UI is available as an npm package.

npm:

npm install @sagtech/sagtech-ui

yarn:

yarn add @sagtech/sagtech-ui

Import stylesheets into the App.js or App.tsx

import '@sagtech/sagtech-ui/dist/bundle.esm.css';

Getting started with Sagtech UI

AnimationButton Component

chrome_XjQjgS56qh

import { AnimationButton } from "@sagtech/sagtech-ui";

<AnimationButton text="View the project" />;