![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@faciocode/react
Advanced tools
Install and get started with Facio Design System components for React for web applications.
If your project uses react
and react-dom
version 16.14.0
or higher, run:
npm i --save @faciocode/react
The @faciocode/react
npm package installs all Facio Design System UI components for React that you need.
This command will use the latest stable release. Please, always use latest
distribution channel.
Install our style tokens separately:
npm i --save @faciocode/styles
This package does not provide "Open Sans" font, only its font family names.
Load the Open Sans font with 400
, 600
, 700
and 800
font weights:
<link href="https://fonts.gstatic.com"
rel="preconnect" />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap"
rel="stylesheet">
A quick example to get you started:
(Note that we enclose all your application in a ThemeProvider
component)
import {
CssBaseline,
ThemeProvider
} from "@faciocode/react";
export const App = () => {
<ThemeProvider>
<CssBaseline />
<ContainedButton color={"brand"}>
Hello Button
</ContainedButton>
</ThemeProvider>
}
Check our Design System Storybook for all React components.
This package only works fine with the use of <ThemeProvider />
, essential for applying styles correctly.
Please do not try to override Facio Design System theme palette or another style tokens. Use the Design System themes and components as-is.
react >= 16.14.0
and react-dom >= 16.14.0
;v14.15.4+
);4.1.2
at least;Installing @faciocode/react
will also install the following packages:
@faciocode/mui-styles
@faciocode/styles
@material-ui/core
You don't need to install them separately to use the Design System.
For how-to questions and other issues, please use the issues section on our GitHub repo.
Just upgraded? Please read the Changelog.
FAQs
React components for Facio
The npm package @faciocode/react receives a total of 0 weekly downloads. As such, @faciocode/react popularity was classified as not popular.
We found that @faciocode/react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.