Socket
Socket
Sign inDemoInstall

dd360-ds

Package Overview
Dependencies
Maintainers
3
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dd360-ds

DD360 Components is a tailwind based React component library


Version published
Weekly downloads
232
decreased by-62.7%
Maintainers
3
Weekly downloads
ย 
Created
Source

DD360 React Components CI

size minzip size version types license

DD360 Components is a tailwind based React component library

It is important that you have tailwind installed in the project where you want to use this library.

โš™๏ธ Minimum requirements

node npm

๐Ÿงช Testing

we use vitest for unit tests

๐Ÿ“ฒ Instalation

npm install dd360-ds

๐Ÿ’ก Usage

Once you have installed the library, you will have to make some extra configurations for everything to work normally.

Paste this code into your tailwind.config.js file

tailwind.config.js

/** @type {import('tailwindcss').Config} */
module.exports = {
    content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}', './node_modules/dd360-ds/**/*.{js,jsx,ts,tsx}'],
    theme: {
        extend: {}
    },
    plugins: []
}

How to import components?

import { Button } from 'dd360-ds'

๐Ÿ”ซ Components

This is the most fun part. Below we will explain the use of the components we are currently developing.

FAQs

Package last updated on 02 Sep 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

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