npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@social-media/evoke-ui

v1.14.3

Published

<!-- ![dasdas](/public/Logo.svg) -->

Downloads

238

Readme

@social-media/evoke-ui

Evoke UI is a modern, flexible, and highly customizable component library built with TypeScript and Vite. It is designed to help developers create beautiful, responsive, and accessible user interfaces with minimal effort.

Key Features

  • TypeScript Support: Built with TypeScript for a better development experience and type safety.
  • Responsive Design: Components are designed to work seamlessly across different screen sizes.
  • Accessible: Built with accessibility in mind ––to ensure your app is usable by everyone.
  • Lightweight: Optimized for performance with minimal footprint.
  • Dark Mode: Supports dark mode out of the box.

Insatallation

To install Evoke UI, you can use npm or yarn:

npm install @social-media/evoke-ui

or

yarn add @social-media/evoke-ui

Getting Started

Basic Setup

After installing Evoke UI, you need to set up your project to use the components:

import React from "react";
import { Button } from "@social-media/evoke-ui";
import "@social-media/evoke-ui/dist/evoke-ui.css"; // Import default styles

const App = () => (
  <div>
    <Button variant="solid">Hello World</Button>
  </div>
);

export default App;

Components Available

Buttons

  • Button - A versatile button component with multiple variants and sizes (e.g., solid, outline, link).

Forms

  • Input - A customizable input field for user data entry, supporting various types (text, password, email, etc.).

Layout

  • Card - A card component for displaying content in a structured and visually appealing way.
  • Modal - A dialog component for displaying content in an overlay above the main content.
  • Tabs - A component for organizing content into tabs, with support for horizontal and vertical orientations.
  • Scroll Area - A scrollable container component with customizable scroll behavior.
  • Grid - A grid component for creating responsive layouts with rows and columns.
  • Stack - A stack component for arranging elements in a vertical or horizontal stack.
  • Container - A container component for organizing content within a fixed width or fluid layout.
  • Box - A flexible container component for custom layout and styling.
  • Divider - A divider component for separating content with a horizontal or vertical line.

Media

  • Avatar - An avatar component for displaying user profiles or icons.

Feedback

  • Toast - A toast component for temporary notifications that appear and disappear automatically.
  • Tooltip - A tooltip component for displaying additional information on hover or focus.
  • Progress - A progress bar component for visualizing the completion of tasks or processes.

Utilities

  • Skeleton - A Skeleton component is display a skeleton while content is fetching

Contribution Guide

Contributing to the Library

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b branch-name).
  3. Make your changes and commit them (npm run commit).
  4. Push to the branch (git push origin branch-name).
  5. Open a pull request.

Development Setup

To set up a development environment:

git clone https://github.com/yourusername/evoke-ui.git
cd @social-media/evoke-ui
npm install
npm start

Storybook

Published storybook link Click me

Built With

  • React - A JavaScript library for building user interfaces
  • TypeScript - Typed JavaScript at Any Scale
  • Vite - The web framework used
  • Storybook - A tool for building UI components and pages in isolation