atoolseranpmtest v0.0.5
rfrncs
welcome to the references, a comprehensive repository that includes csv files containing detailed data on html elements, attributes, css selectors and more. this project is designed to serve as a quick and convenient resource for designers and developers alike.
Intended use
the references aims to streamline your development process by offering a single source of truth for various html and css types.
Usage
CSS Pseudo Classes References
cssPseudoClassesReferences: An array containing reference data for CSS pseudo-classes.
Each element in the array corresponds to the type TCssPseudoClassesReferences.
import { cssPseudoClassesReferences } from "@rnbws/rfrncs.design";CSS Selectors References
cssSelectorsReferences: An array containing reference data for CSS selectors.
Each element in the array corresponds to the type TCssSelectorsReferences.
import { cssSelectorsReferences } from "@rnbws/rfrncs.design";Files References
filesReferences: An array containing reference data for files.
Each element in the array corresponds to the type TFilesReferences.
import { filesReferences } from "@rnbws/rfrncs.design";HTML Attributes References
htmlAttributesReferences: An array containing reference data for HTML attributes.
Each element in the array corresponds to the type THtmlAttributesReferences.
import { htmlAttributesReferences } from "@rnbws/rfrncs.design";HTML Elements References
htmlElementsReferences: An array containing reference data for HTML elements.
Each element in the array corresponds to the type THtmlElementsReference.
import { htmlElementsReferences } from "@rnbws/rfrncs.design";HTML Global Attributes References
htmlGlobalAttributesReferences: An array containing reference data for HTML global attributes.
Each element in the array corresponds to the type THtmlGlobalAttributesReferences.
import { htmlGlobalAttributesReferences } from "@rnbws/rfrncs.design";Get Started
Install with NPM:
npm install @rnbws/rfrncs.design11 months ago