New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaicar/ui

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaicar/ui

VAI UI Library

  • 0.0.39
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-43.75%
Maintainers
1
Weekly downloads
 
Created
Source

Only available for Web with CSS

Get Started

yarn add @vaicar/ui

Please, check storybook and stories.js files to see the components you can import.

Import modules

import {
    View,
    DatePicker,
    Form,
    Button,
    Text,
    properties // contains all design system constraints
} from '@vaicar/ui'

Import stylesheet

All the components styles is in one single file. Some components contains it's own style.

import '@vaicar/ui/dist/web.css'

You also need to import

Contribute

Send small PRs and create issues to open discussion.

TODO
- Check if we can use a mono repo to maintain ui elements for RN, Web, CSS Utils, and JS Utils stuff related only to VAI
    and it's a good idea to share accross projects and teams.
- Today we bundle all components into a single JS and CSS file, we should allow each component to be imported uncompiled, or pre-built
    @vaicar/ui/web/DatePicker
    @vaicar/ui/native/DatePicker

FAQs

Package last updated on 04 Feb 2020

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