
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
react-smartui-header
Advanced tools
SmartUI Header Component created by React Library
npm install react-smartui-header --save
import { Header } from 'react-smartui-header'
import 'react-smartui-header/css/style.css'
class App extends React.Component {
render() {
return (
<Header.Body>
<Header.Customer />
<Header.Sale />
</Header.Body>
)
}
}
Header
|__Body
|__Customer
|__Sale
|__Menu
version: PropTypes.string,
applicationName: PropTypes.string,
channelAlias: PropTypes.string,
loginAs: PropTypes.shape({
code: '',
name: ''
}),
orderId: PropTypes.string,
saleCode: PropTypes.string,
partnerCode: PropTypes.string,
customer: PropTypes.shape({
fullname: PropTypes.string,
certificateNumber: PropTypes.string,
customerType: PropTypes.string
}),
onLogout: PropTypes.func,
onEndApp: PropTypes.func
title: PropTypes.string,
verification: PropTypes.shape({
isBlacklist: PropTypes.bool,
isCollection: PropTypes.bool,
isFraud: PropTypes.bool
}),
customerType: PropTypes.string,
certificateNumber: PropTypes.string,
customerFullname: PropTypes.string,
isExistingCustomer: PropTypes.bool,
show: PropTypes.bool,
onEndProgram: PropTypes.func
title: PropTypes.string,
sales: PropTypes.arrayOf(
PropTypes.shape({
code: PropTypes.string,
nameTh: PropTypes.string,
nameEn: PropTypes.string,
title: PropTypes.string,
icon: PropTypes.string,
channelAlias: PropTypes.string
})
)
title: PropTypes.string,
show: PropTypes.bool,
menus: PropTypes.arrayOf(PropTypes.shape({})),
labelKey: PropTypes.string,
childrenKey: PropTypes.string,
urlKey: PropTypes.string
Thank you for your suggestions!
FAQs
Smart Header Component created by React
The npm package react-smartui-header receives a total of 4 weekly downloads. As such, react-smartui-header popularity was classified as not popular.
We found that react-smartui-header demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.