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

basik

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basik

> Basik is definitely not ready for production and I don't know if/when it will be, so far it's just a small experiment.

0.1.0
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Basik

Basik is definitely not ready for production and I don't know if/when it will be, so far it's just a small experiment.

A component library for React that looks great out of the box. It has many component variations and can be easily styled further:

Screen capture

import CheckBox from 'basik/CheckBox';
import CheckFill from 'basik/CheckFill';
import CheckBack from 'basik/CheckBack';
import CheckBackFill from 'basik/CheckBackFill';
import Toggle from 'basik/Toggle';
import ToggleFilled from 'basik/ToggleFilled';
import ToggleOut from 'basik/ToggleOut';

export default function App() {
  return (
    <div>
      <CheckBox />
      <CheckFill />
      <CheckBack />
      <CheckBackFill />
      <Toggle />
      <ToggleFilled />
      <ToggleOut />
    </div>
  );
}

FAQs

Package last updated on 08 Jun 2022

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