Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xola/ui-kit

Package Overview
Dependencies
Maintainers
2
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xola/ui-kit

Xola UI Kit

  • 2.0.0-2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6.3K
decreased by-13.27%
Maintainers
2
Weekly downloads
 
Created
Source

Xola UI Kit

React component library for the next generation of Xola apps.

Usage

Install the UI kit.

$ npm install @xola/ui-kit

Install peer dependencies.

$ npm install autoprefixer postcss tailwindcss lodash

Create PostCSS and Tailwind config files.

$ echo 'module.exports = require("@xola/ui-kit/tailwind.config");' > tailwind.config.js
$ echo 'module.exports = require("@xola/ui-kit/postcss.config");' > postcss.config.js

Import main CSS files in your project.

import "@xola/ui-kit/index.css";
import "@xola/ui-kit/build/style.css";

UI kit expects you already have a working React dev environment with PostCSS support.

Import and use the components.

import { Button } from "@xola/ui-kit";

Available Components

  • Alert
  • Avatar
  • Badge
  • Breadcrumb
  • Button
  • ButtonGroup
  • FormGroup
  • HeaderToolbar
  • Input
  • Label
  • Logo
  • Modal
  • NotificationCount
  • Popover
  • Search
  • Sidebar
  • Spinner
  • Switch
  • Table
  • Tooltip

Development

Installation

Install all required dependencies:

$ nvm use
$ npm install

Start the Storybook development server:

$ npm run dev

Use the Package Locally

$ npm pack
$ cd your-project
$ npm install ../ui-kit/xola-ui-kit@{version}.tgz --no-save

FAQs

Package last updated on 15 Jul 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc