Gathering detailed insights and metrics for fictoan-react
Gathering detailed insights and metrics for fictoan-react
Gathering detailed insights and metrics for fictoan-react
Gathering detailed insights and metrics for fictoan-react
An intuitive, performant designer-friendly React framework to build UI with just markup.
npm install fictoan-react
Typescript
Module System
Node Version
NPM Version
74.4
Supply Chain
94.4
Quality
92.1
Maintenance
100
Vulnerability
100
License
CSS (86.15%)
TypeScript (13.14%)
JavaScript (0.71%)
Total Downloads
47,433
Last Day
11
Last Week
183
Last Month
1,132
Last Year
12,617
MIT License
24 Stars
1,019 Commits
3 Forks
1 Watchers
4 Branches
13 Contributors
Updated on Apr 02, 2025
Latest Version
1.11.12
Package Id
fictoan-react@1.11.12
Unpacked Size
1.73 MB
Size
193.03 kB
File Count
203
NPM Version
10.9.2
Node Version
22.16.0
Published on
Jun 01, 2025
Cumulative downloads
Total Downloads
Last Day
175%
11
Compared to previous day
Last Week
-1.6%
183
Compared to previous week
Last Month
51.1%
1,132
Compared to previous month
Last Year
36%
12,617
Compared to previous year
27
React version of the Fictoan framework
Fictoan is an intuitive React framework for designers looking to code and rapidly iterate on UI.
bgColour
, shadow
, shape
, marginBottom
, weight
and so on.1yarn add fictoan-react 2# or 3pnpm add fictoan-react 4# or 5npm install fictoan-react
1import { Card, Badge, Text } from "fictoan-react"; 2 3export const MyComponent = () => { 4 return ( 5 <Card 6 shape="rounded" padding="medium" 7 bgColour="white" borderColor="slate-20" 8 shadow="soft" 9 > 10 <Text size="large" weight="600"> 11 Simple, intuitive and obvious 12 </Text> 13 14 <Badge bgColor="blue-light40" textColour="blue"> 15 A complete no-brainer 16 </Badge> 17 </Card> 18 ); 19}
Doesn’t get simpler than this—
1// Responsive layout 2<Row gutters="large" horizontalPadding="small"> 3 <Portion desktopSpan="one-third" mobileSpan="14"> 4 <MyComponent /> 5 </Portion> 6</Row> 7 8// A form input 9<InputField 10 label="Email" 11 placeholder="Enter your work email" 12 helpText="Must be your primary ID" 13 errorText="No such employee" 14/> 15 16// A primary button 17<Button kind="primary" isFullWidth> 18 Click me 19</Button>
...and so much more.
Read our documentation to:
Fictoan uses CSS variables for theming, with nearly 500 different variables that you can customise. Check it out!
Uses a simple MIT License. Have at it.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
11 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More