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

@cleartax/zoids

Package Overview
Dependencies
Maintainers
6
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cleartax/zoids

Composable React Components for ClearTax

  • 7.0.5-alpha-1.1
  • alpha
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
155
increased by229.79%
Maintainers
6
Weekly downloads
 
Created
Source

Zoids

Composable React Components for ClearTax! Used across ClearTax GST and other products

npm

Adding a component

  1. Create a folder with a component name. (Three things to consider, .tsx file, types.ts and a styling.ts file). For example, let's say we need to make a component for Button. Create a Button.tsx file in src/components. Create a types.ts file in src/components/Button folder and style.ts file in the same location.
  2. Please make sure to add a functional component, instead of a class based component

Types file/ Styles file

  1. Normal styling to be added using styled-components
  2. Make sure that you're adding types with proper comments

Benchmarking

  1. Performance benchmarking of the component needs to be done
  2. Copy/Paste the component in the benchmark folder. (Refer to any file in the folder)
  3. Please note that you import a build component, instead of a raw one
  4. Number of component instances is specified under benchmark/index.ts

Miscellaneous

  1. Expose the component to the src/index.ts file
  2. Add documentation for the component (You will have to add it to test your react components)
  3. Sections.js (style guide) file picks up the .md file for documentation
  4. You can use zoids-snippets extension from VScode marketplace to help you with the dev process. (Optional)

Branching rules

  1. Master branch is the production branch for zoids. (Should always remain stable)
  2. Development branch is the staging branch. All the branches should be checked out of this branch and PRs be raised against this branch.

FAQs

Package last updated on 25 Mar 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