New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@teckmill/evolve-ui

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@teckmill/evolve-ui

A modern, fully customizable React UI component library

unpublished
latest
npmnpm
Version
0.2.0
Version published
Maintainers
0
Created
Source

EvolveUI

A modern, fully customizable React UI component library built with TypeScript and styled-components.

Features

  • 🎨 Fully customizable theming system
  • 📦 Modern React components
  • 💪 Written in TypeScript
  • 🎯 Comprehensive testing
  • 📚 Storybook documentation
  • 🌗 Light and dark mode support

Installation

npm install evolve-ui
# or
yarn add evolve-ui

Usage

import { ThemeProvider, Button } from 'evolve-ui';
import { lightTheme } from 'evolve-ui/themes';

function App() {
  return (
    <ThemeProvider theme={lightTheme}>
      <Button variant="primary">Click me!</Button>
    </ThemeProvider>
  );
}

Development

  • Install dependencies:
npm install
  • Start Storybook:
npm run storybook
  • Run tests:
npm test
  • Build the library:
npm run build

Contributing

Contributions are welcome! Please read our contributing guidelines for details.

License

MIT

Keywords

react

FAQs

Package last updated on 12 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts