How to use the react-day-picker.VERSION function in react-day-picker

To help you get started, we’ve selected a few react-day-picker examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github gpbl / react-day-picker / docs / src / containers / DocPage.js View on Github external
<menu title="Documentation">
              Get Started
              Basic concepts
              Matching days
              Styling
              Localization
              DayPickerInput
            </menu>
            <menu title="API">
              DayPicker
              DayPickerInput
              DateUtils
              LocaleUtils
              ModifiersUtils
            </menu>
            <menu>
              Changelog
            </menu>
          
          
            <h1>{title}</h1>
            {children}
          
        
      
    
  );
}
github gpbl / react-day-picker / docs / src / ui / Header.js View on Github external
<li>
                  
                    Contribute
                  
                </li>
                <li>
                  
                    v{DayPicker.VERSION}
                  
                </li>
                <li>
                  <a href="https://github.com/gpbl/react-day-picker">
                    <img alt="GitHub logo" height="20" width="20" src="{github}">
                  </a>
                </li>