JSPM

@sagtech/sagtech-ui

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28
  • Score
    100M100P100Q60335F
  • License MIT

Components from SagTech team

Package Exports

  • @sagtech/sagtech-ui
  • @sagtech/sagtech-ui/dist/bundle.esm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sagtech/sagtech-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

sagtech logo

Sagtech-UI

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" />;