
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
@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 4 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
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.