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.
the references aims to streamline your development process by offering a single source of truth for various html and css types.
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";
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";
filesReferences
: An array containing reference data for files.
Each element in the array corresponds to the type TFilesReferences
.
import { filesReferences } from "@rnbws/rfrncs.design";
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";
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";
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";
Install with NPM:
npm install @rnbws/rfrncs.design