Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@hixme-ui/text
Advanced tools
npm i --save @hixme-ui/text
import Text, {
TextLink,
HyperLink,
Paragraph,
Label,
} from '@hixme-ui/text'
// text success
<Text success>I said good day sir!</Text>
// paragraph warning
<Text p warning>Are you sure?</Text>
<Paragraph warning>Are you sure?</Paragraph>
Category | Name | Type |
---|---|---|
Tags | ||
a | bool | |
div | bool | |
label | bool | |
p | bool | |
States | ||
defaultColor | bool | |
primary | bool | |
success | bool | |
warning | bool | |
error | bool | |
muted | bool | |
Colors | ||
color | string | |
white | bool | |
black | bool | |
red | bool | |
blue | bool | |
purple | bool | |
yellow | bool | |
green | bool | |
light | bool | |
lighter | bool | |
Font Sizes | ||
fontSize | string | |
default | bool | |
smallest | bool | |
smaller | bool | |
small | bool | |
medium | bool | |
large | bool | |
larger | bool | |
jumbo | bool | |
Font Weights | ||
fontWeight | string | |
thinnest | bool | |
thinner | bool | |
thin | bool | |
normal | bool | |
bold | bool | |
bolder | bool | |
boldest | bool | |
Text Align | ||
left | bool | |
center | bool | |
right | bool | |
Text Decoration | ||
dashed | bool | |
Transforms | ||
uppercase | bool | |
lowercase | bool | |
capitalize | bool | |
Other | ||
cursor | string | |
display | string | |
fontFamily | string | |
href | string | |
justifyContent | string | |
lineHeight | string | |
onClick | string | |
textIndent | string | |
textOverflow | string | |
userSelect | string | |
whiteSpace | string | |
wordBreak | string |
These components default to using the <a />
tag as it's rendered form.
HyperLink goes one step further in defaulting to a cursor pointer and a default primary color
import { TextLink, HyperLink } from '@hixme-ui/text'
<TextLink href='#point1' />
<HyperLink href='https://goingsomewhere.com' />
FAQs
hixme-ui text component. For all your communictation needs.
We found that @hixme-ui/text demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.